home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / psfrag / README < prev   
Text File  |  1993-10-29  |  1KB  |  31 lines

  1. The ps2psfrag package was written for UNIX and is difficult to use on MSDOS
  2. because of the following reasons:
  3.  - ps2psfrag is written in Csh-shell
  4.  - ps2psfrag adds `frag' to the filename (ex.: example.eps) containing
  5.    an EPSF picture. On MSDOS this will give dramatic results
  6.    (example.epsfrag truncated to example.eps).
  7.  
  8. To cope with these problems I have written a perl program (ps2frag)
  9. that converts picture.ps (or picture.epsf) into picture.frac. In order to
  10. do this I needed to change epsf.sty (called now epsfrag.sty) and
  11. ps2psfrag.ps (called now ps2frag.ps).
  12.  
  13. To test the perl program ps2frag I have added an example (in directory
  14. example). Run it before you install the package.
  15.  
  16. Because epsf.sty is part of dvips I prefer to call Craig's version
  17. of epsf.sty epsfrag.sty. Perhaps Graig can convince Tom Rokicki to
  18. use it in stead of dvips epsf.sty's version!
  19.  
  20. The original package is available in ./ps2psfrag.  The files
  21. INSTALL.{dos|unx} explain how to install my perl version on MSDOS
  22. (emTeX) and UNIX.
  23.  
  24. Ps2frag clearly shows the power of perl. Because I did not like to
  25. rewrite the default getopts.pl from perl I changed options `-dx'
  26. and `-dy' into the more convenient `-x' and `-y'. (Mea culpa!)
  27.  
  28. --Piet
  29. rcpt@urc.tue.nl
  30. 27 Oct. 1993
  31.